.flickerplate {
	width: 100%; height: 421px; overflow: hidden; position: relative; background-color: rgb(230, 230, 230);
}
.flickerplate ul.flicks {
	list-style: none; margin: 0px; padding: 0px; width: 10000%; height: 100%;
}
.flickerplate ul.flicks > li {
	background-position: center; width: 1%; height: 100%; float: left; display: table; background-size: cover;
}
.flickerplate ul.flicks > li .flick-inner {
	padding: 10px; height: 100%; color: rgb(255, 255, 255); vertical-align: middle; display: table-cell;
}
.flickerplate ul.flicks > li .flick-inner .flick-content {
	margin-right: auto; margin-left: auto; max-width: 68.75em;
}
.flickerplate ul.flicks > li .flick-title {
	padding: 0px; text-align: center; line-height: 1.99em; font-size: 2.77em;
}
@media only screen and (max-width:43.81em)
{
.flickerplate ul.flicks > li .flick-title {
	font-size: 1.66em;
}
}
.flickerplate ul.flicks > li .flick-sub-text {
	padding: 5px; text-align: center; color: rgba(255, 255, 255, 0.8); line-height: 2.5em; font-weight: 300;
}
.flickerplate ul.flicks > li .flick-title span.flick-block-text {
	padding: 12px 18px; background-color: rgba(0, 0, 0, 0.6);
}
.flickerplate ul.flicks > li .flick-sub-text span.flick-block-text {
	padding: 12px 18px; background-color: rgba(0, 0, 0, 0.6);
}
.flickerplate .arrow-navigation {
	top: 10%; width: 10%; height: 80%; overflow: hidden; position: absolute; z-index: 100;
}
.flickerplate .arrow-navigation .arrow {
	transition:0.2s ease-out; width: 90%; height: 100%; display: block; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out;
}
.flickerplate .arrow-navigation:hover {
	cursor: pointer;
}
.flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer;
}
.flickerplate .left.arrow-navigation {
	left: 0%;
}
.flickerplate .left.arrow-navigation .arrow {
	background-position: left; margin: 0px 0px 0px 50%; opacity: 0; background-image: url("arrow-left-light.png"); background-repeat: no-repeat;
}
.flickerplate .right.arrow-navigation {
	right: 0%;
}
.flickerplate .right.arrow-navigation .arrow {
	background-position: right; margin: 0px 0px 0px -50%; opacity: 0; background-image: url("arrow-right-light.png"); background-repeat: no-repeat;
}
.flickerplate .hover.left.arrow-navigation .arrow {
	margin: 0px 0px 0px 20%; opacity: 1;
}
.flickerplate .hover.right.arrow-navigation .arrow {
	margin: 0px 0px 0px -20%; opacity: 1;
}
.flickerplate .dot-navigation {
	width: 100%; text-align: center; bottom: 15px; position: absolute; z-index: 100;
}
.flickerplate .dot-navigation ul {
	list-style: none; padding: 0px 15px; text-align: center;
}
.flickerplate .dot-navigation ul li {
	float: none; display: inline-block;
}
.flickerplate .dot-navigation .dot {
	margin: 0px 6px; border-radius: 50%; transition:background-color 0.2s ease-out; width: 14px; height: 14px; background-color: rgba(255, 255, 255, 0.3); -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; -o-border-radius: 50%; -ms-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer; background-color: rgba(255, 255, 255, 0.6);
}
.flickerplate .dot-navigation .active.dot {
	background-color: rgb(255, 255, 255);
}
.flickerplate .left.dot-navigation {
	text-align: left;
}
.flickerplate .left.dot-navigation ul {
	text-align: left;
}
.flickerplate .right.dot-navigation {
	text-align: right;
}
.flickerplate .right.dot-navigation ul {
	text-align: right;
}
.flicker-theme-dark.flickerplate .left.arrow-navigation .arrow {
	background-image: url("arrow-left-dark.png");
}
.flicker-theme-dark.flickerplate .right.arrow-navigation .arrow {
	background-image: url("arrow-right-dark.png");
}
.flicker-theme-dark.flickerplate .dot-navigation .dot {
	background-color: rgba(0, 0, 0, 0.12);
}
.flicker-theme-dark.flickerplate .dot-navigation .dot:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.flicker-theme-dark.flickerplate .dot-navigation .active.dot {
	background-color: rgb(0, 0, 0);
}
.flicker-theme-dark.flickerplate ul.flicks li .flick-inner {
	color: rgba(0, 0, 0, 0.9);
}
.flicker-theme-dark.flickerplate ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0, 0, 0, 0.9);
}
.flicker-theme-dark.flickerplate ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5);
}
.flicker-theme-dark.flickerplate ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5);
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0, 0, 0, 0.9);
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0, 0, 0, 0.9);
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5);
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5);
}
.animate-transform-slide.flickerplate ul.flicks {
	transition:transform 0.6s; transform: translate3d(0%, 0px, 0px); -webkit-transition: -webkit-transform 0.6s; -moz-transition: -moz-transform 0.6s; -o-transition: -o-transform 0.6s; -webkit-perspective: 1000; -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0%, 0px, 0px);
}
.animate-transition-slide.flickerplate ul.flicks {
	transition:left 0.4s ease-out; left: 0%; position: relative; -webkit-transition: left 0.4s ease-out; -moz-transition: left 0.4s ease-out; -o-transition: left 0.4s ease-out;
}
.animate-jquery-slide.flickerplate ul.flicks {
	left: 0%; position: relative;
}
.animate-scroller-slide.flickerplate {
	overflow: auto; padding-bottom: 0px;
}
.animate-scroller-slide.flickerplate ul.flicks {
	
}
